VtSetFocus
Set focus to an object
Syntax
VtSetFocus widgetName [ options ]
Description
Sets the focus to an object. If no direction is set the focus will
be set to widgetName. If a direction is set, it is
interpreted relative to widgetName.
Options
- -direction dir (NA)
- where dir is one of the following:
- DOWN
- Move below widgetName.
- HOME
- Go to the first traversable item in widgetName's group.
- LEFT
- Move to the item to the left of the widgetName.
- NEXT
- Move to the next item in the tab group.
- NEXT_TAB_GROUP
- Make the next tab group the active tab group.
- PREVIOUS_TAB_GROUP
- Make the previous tab group the active group.
- RIGHT
- Move to the right of the widgetName.
- UP
- Move to the top of widgetName.